home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3base.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SELECTHELPERBASE_H = 1;
- include("real/intact/r3intact.js")
-
-
- var R3CLID_SELECTHELPERBASE = 323;
-
-
-
-
- // Description: Handle Ctrl and Alt modifiers to copy or instance * the object before the actual
- // interactor is started.
-
- R3SHBM_HANDLEMODIFIERS = 323003;
-
- function mR3SHBM_HANDLEMODIFIERS() {
- DoA(this.r3obj, 323003, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3SHBA_UserObject = 323500;
- function SetR3SHBA_UserObject(value) {
- R3Set(this.r3obj, R3SHBA_UserObject, value, R3TID_OBJECT, 0);
- }
-
- function GetR3SHBA_UserObject() {
- return R3ToJS(R3Get(this.r3obj, R3SHBA_UserObject, R3TID_OBJECT, 0));
- }
-
- R3SHBA_HilitePoints = 323501;
- function SetR3SHBA_HilitePoints(value) {
- R3Set(this.r3obj, R3SHBA_HilitePoints, value, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- function GetR3SHBA_HilitePoints() {
- return R3Get(this.r3obj, R3SHBA_HilitePoints, R3TID_VECTOR, R3TNF_ARRAY);
- }
-
- R3SHBA_HiliteCount = 323502;
- function SetR3SHBA_HiliteCount(value) {
- R3Set(this.r3obj, R3SHBA_HiliteCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SHBA_HiliteCount() {
- return R3Get(this.r3obj, R3SHBA_HiliteCount, R3TID_INTEGER, 0);
- }
-
- R3SHBA_HandleWireObject = 323503;
- function SetR3SHBA_HandleWireObject(value) {
- R3Set(this.r3obj, R3SHBA_HandleWireObject, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SHBA_HandleWireObject() {
- return R3Get(this.r3obj, R3SHBA_HandleWireObject, R3TID_INTEGER, 0);
- }
-
- R3SHBA_SelectionSpace = 323504;
- function SetR3SHBA_SelectionSpace(value) {
- R3Set(this.r3obj, R3SHBA_SelectionSpace, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SHBA_SelectionSpace() {
- return R3Get(this.r3obj, R3SHBA_SelectionSpace, R3TID_INTEGER, 0);
- }
-
- R3SHBA_HiliteSpace = 323506;
- function SetR3SHBA_HiliteSpace(value) {
- R3Set(this.r3obj, R3SHBA_HiliteSpace, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SHBA_HiliteSpace() {
- return R3Get(this.r3obj, R3SHBA_HiliteSpace, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Selecthelperbase () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SELECTHELPERBASE, arguments);
- }
- // Methods
- this.HANDLEMODIFIERS=mR3SHBM_HANDLEMODIFIERS;
-
- // Attributes
- this.GetUserObject=GetR3SHBA_UserObject;
- this.SetUserObject=SetR3SHBA_UserObject;
- this.GetHilitePoints=GetR3SHBA_HilitePoints;
- this.SetHilitePoints=SetR3SHBA_HilitePoints;
- this.GetHiliteCount=GetR3SHBA_HiliteCount;
- this.SetHiliteCount=SetR3SHBA_HiliteCount;
- this.GetHandleWireObject=GetR3SHBA_HandleWireObject;
- this.SetHandleWireObject=SetR3SHBA_HandleWireObject;
- this.GetSelectionSpace=GetR3SHBA_SelectionSpace;
- this.SetSelectionSpace=SetR3SHBA_SelectionSpace;
- this.GetHiliteSpace=GetR3SHBA_HiliteSpace;
- this.SetHiliteSpace=SetR3SHBA_HiliteSpace;
- }
-
- r3Selecthelperbase.prototype=new r3Intact;
- // s3base.h_H